home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / mpfeel.lha / MPFeel / Plurals / visible.h < prev    next >
C/C++ Source or Header  |  1991-11-28  |  622b  |  38 lines

  1. /*
  2.  *    Plurals
  3.  *
  4.  *    Author:        S.C.Merrall
  5.  *
  6.  *    File:        visible.h
  7.  *
  8.  *    Contents:    
  9.  *
  10.  *    Description:       external declarations for all visible functions
  11.  *            on the MasPar.
  12.  *
  13.  *    Change History:
  14.  *
  15.  *    Date   Name Comment
  16.  *    -------- ---- -------
  17.  *    25:02:91 SCM  Created
  18.  */
  19.  
  20.  
  21. /*extern object MPT_make ();*/
  22. /*extern object become_plural_of();*/
  23. extern object alloc_plural();
  24. extern int destroy_mp_object();
  25. extern int load_plural();
  26. /*extern int print_plural();*/
  27. /*extern object mp_int_add();*/
  28. /*extern object mp_cons();*/
  29. /*extern object mp_car();*/
  30.  
  31. /*extern object mp_lispop();*/
  32.  
  33. /*extern object MPT_int;*/
  34.  
  35.  
  36.  
  37.  
  38.